fixes #439: Added styles for code-block#440
Open
rstefko wants to merge 11 commits into
Open
Conversation
|
Kudos, SonarCloud Quality Gate passed! |
1 similar comment
|
Kudos, SonarCloud Quality Gate passed! |
|
Kudos, SonarCloud Quality Gate passed! |
Signed-off-by: Konstantin Gorodinskii <[email protected]>
Signed-off-by: Konstantin Gorodinskii <[email protected]>
|
Kudos, SonarCloud Quality Gate passed! |
PitouGames
reviewed
Nov 1, 2024
| @@ -1,4 +1,2 @@ | |||
| <div id="app-navigation-toggle" class="icon-menu" style="display:none;"></div> | |||
| <pre editor notes-timeout-change="save()" notes-autofocus class="editor" ng-class="{saving: isSaving()}">{{note.content}}</pre> | |||
There was a problem hiding this comment.
This change fixes #369. I'm very interested to see it merged @DeepDiver1975 @jnweiger
dj4oC
reviewed
Jul 9, 2026
dj4oC
left a comment
Contributor
There was a problem hiding this comment.
- Security: None found.
- Stability: Title says "styles for code-block" but the diff is much broader: adds a notes-search feature (
noteFilter.js, controller changes, new markup intemplates/main.php), a PWAmanifest.json,.gitignoreentries for build artifacts, and — notably — removes the<div id="app-navigation-toggle">wrapper (both its opening and closing tag) fromtemplates/note.php. That structural DOM removal isn't explained by the PR's stated intent and could affect layout/nav-toggle behavior elsewhere in the app; it needs explicit justification and manual UI verification before merge. - Performance: N/A.
- Test coverage: No tests added for the new search/filter logic (
noteFilter.js, the debounced search handlers innotescontroller.js). - TODOs found: 0
- Dependency touched: no
- CI status: not re-verified (PR from 2023; previously reviewed with a comment only, no approval)
Verdict
Comment — please split this into separate PRs (search feature vs. code-block styling vs. the nav-toggle div removal) and confirm the DOM structure change is intentional and tested. Not blocking as no clear security/data-loss issue is visible, but scope and risk should be narrowed before merge.
🤖 Automated review by Claude Code (security · stability · performance · coverage)
Generated by Claude Code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.








No description provided.